DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1VirtualDataCollection<T> Class / PageSize Property

In This Topic
    PageSize Property (C1VirtualDataCollection<T>)
    In This Topic
    Gets or sets the number of items that will be fetch per page.
    Syntax
    'Declaration
     
    Public Property PageSize As Integer
    public int PageSize {get; set;}
    Remarks
    This property must be greater than zero.
    See Also